'宣言 Public MustInherit Class ControlBuilder (Of TControl As Control, TBuilder As ControlBuilder(Of TControl,TBuilder)) Inherits ComponentBuilder(Of TControl,TBuilder)
public abstract class ControlBuilder<TControl,TBuilder> : ComponentBuilder<TControl,TBuilder> where TControl: Control where TBuilder: ControlBuilder<TControl,TBuilder>